[TASK] Migrate workflows to shared reusable workflows from .github#792
Merged
linawolf merged 1 commit intoTYPO3-Documentation:mainfrom Mar 23, 2026
Merged
Conversation
Member
|
Before we start changing other workflows that are currently working I really need to get the backport workflow to working again. and it currently does not work. can you fix the backport workflow in this repository first please? |
f204a5e to
5bade1b
Compare
linawolf
approved these changes
Mar 23, 2026
Member
linawolf
left a comment
There was a problem hiding this comment.
Let us try this out, we can always roll back
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 12.4
git worktree add -d .worktree/backport-792-to-12.4 origin/12.4
cd .worktree/backport-792-to-12.4
git switch --create backport-792-to-12.4
git cherry-pick -x 6a4b690b8be86d407be4fc7c21b9d69d91abb1ab |
github-actions bot
pushed a commit
that referenced
this pull request
Mar 23, 2026
) (cherry picked from commit 6a4b690)
|
Successfully created backport PR for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Migrates
test-documentation.ymlandapply-precommit.ymlto use the sharedreusable workflows from TYPO3-Documentation/.github.
The
backport.ymlwas already migrated. Thetests.ymlremains repo-specificas it uses
Build/Scripts/runTests.sh.Changes
reusable-test-documentation.yml(8 lines)reusable-apply-precommit.yml(12 lines)Benefits
Dependencies and merge order
reusable-test-documentation.ymlandreusable-apply-precommit.yml)